SECURE BOOT - Removed deletion of TLB entries code
authorRuchika Gupta <[email protected]>
Mon, 25 Mar 2013 07:40:25 +0000 (07:40 +0000)
committerAndy Fleming <[email protected]>
Fri, 24 May 2013 21:54:14 +0000 (16:54 -0500)
commit39bdaff4f4dd75b578c9e1fe372e8d56e7d51526
treec49c9945150af331e0e19a55ed04ba1e0a1f1bdf
parent6eaeba23ddc5ccde5c97ef919ffcbf44ecad73dd
SECURE BOOT - Removed deletion of TLB entries code

Boot ROM code creates TLB entries for 3.5G space before entering
the u-boot. Earlier we were deleting these entries after early
initialization of CPU. In recent past, code has been added
to invalidate all these entries before relocation of u-boot code.
So this code to delete TLB entries after CPU initialization
is no longer required.

Signed-off-by: Ruchika Gupta <[email protected]>
Acked-by: Matthew McClintock <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
arch/powerpc/cpu/mpc85xx/cpu_init_early.c
arch/powerpc/include/asm/fsl_secure_boot.h